( FOR RU SEGMENT )
📁 Где найти конфиг
После запуска игры (один раз) откройте папку:

Одиночная игра / Сервер:
.minecraft/config/discai-common.toml (если играете через лаунчер)
Или в папке run/config/ (в среде разработки).

✏️ Как редактировать
Закройте игру (или сервер).

Откройте файл любым текстовым редактором (Блокнот, Notepad++, VS Code).

Найдите нужную секцию и измените значение.

Сохраните файл.

Запустите игру снова — настройки применятся.

Важно: Некоторые параметры (например, задержки перед генерацией) вступают в силу только при создании нового мира или после перезапуска мира.

⚙️ Основные настройки (примеры)
Секция	Параметр	Что делает	Пример значения
[fear]	fearDecayRate	Снижение страха за тик (0 = не снижается)	0.01 (0.2/сек)
[fear]	lightningFearThreshold	Минимальный страх для удара молнии (0..100)	50.0
[mineshaft]	mineshaftSpawnChanceOnBlockPlace	Шанс появления структуры в шахте при установке блока	0.05 (5%)
[random_doors]	randomDoorSpawnChance	Шанс появления случайной двери-портала	0.02 (2%)
[horror_dimension]	horrorStructureSpawnChance	Шанс появления руин при входе в измерение	0.6 (60%)
[giant_figure]	giantFigureSpawnChance	Шанс спавна гигантской фигуры за тик	0.01 (1%)
[totem]	totemFearIncreaseOnDiscPlay	Увеличение страха от прослушивания пластинки	25.0
[tunnel]	tunnelSpawnChance	Шанс появления туннеля при копании	0.1 (10%)
[tunnel]	tunnelLength	Длина туннеля в блоках	60
Полный список всех параметров с пояснениями есть внутри самого конфига – комментарии начинаются с #.

🔁 Применение изменений без перезапуска
В некоторых случаях можно перезагрузить конфиг в игре командой:
/forge config reload discai (если установлен Forge).
Либо просто перезапустить мир или клиент.

(FOR EU, US SEGMENT)

📁 Where to find the config
After starting the game (once), open the folder:

Single player / Server:
.minecraft/config/discai-common.toml (if you play through the launcher)
Or in the run/config/ folder (in the development environment).

✏️, How to edit
Close the game (or the server).

Open the file using any text editor (Notepad, Notepad++, VS Code).

Find the appropriate section and change the value.

Save the file.

Start the game again and the settings will be applied.

Important: Some parameters (such as generation delays) only take effect when a new world is created or after the world is restarted.

⚙️, Basic settings (examples)
The Parameter section What does an Example Value do
[fear]	fearDecayRate Decrease in fear of a tick (0 = not decreasing) 0.01 (0.2/sec)
[fear] lightningFearThreshold Minimum fear for lightning strike (0..100) 50.0
[mineshaft] mineshaftSpawnChanceOnBlockPlace Chance of a structure appearing in the mine when installing a block 0.05 (5%)
[random_doors] randomDoorSpawnChance Chance of a random portal door appearing 0.02 (2%)
[horror_dimension] horrorStructureSpawnChance Chance of ruins appearing when entering the dimension 0.6 (60%)
[giant_figure] giantFigureSpawnChance Chance of spawning a giant figure per tick 0.01 (1%)
[totem] totemFearIncreaseOnDiscPlay Increased fear from listening to the record 25.0
[tunnel] tunnelSpawnChance Chance of a tunnel appearing when digging 0.1 (10%)
[tunnel] tunnelLength Tunnel length in blocks 60
A complete list of all the parameters with explanations is inside the config itself – comments start with #.

🔁, Applying changes without restarting
In some cases, you can reboot the in-game config with the command:
/forge config reload discai (if Forge is installed).
Either simply restart the world or the client.

